projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be8e2f
)
; Correct :version tag of icomplete-selected-match face
author
João Távora
<joaotavora@gmail.com>
Thu, 19 Aug 2021 10:29:14 +0000
(11:29 +0100)
committer
João Távora
<joaotavora@gmail.com>
Thu, 19 Aug 2021 11:16:03 +0000
(12:16 +0100)
* lisp/icomplete.el (icomplete-selected-match): Fix :version
lisp/icomplete.el
patch
|
blob
|
history
diff --git
a/lisp/icomplete.el
b/lisp/icomplete.el
index 73aaa3196a9a9a89a241f8929892d5a5b81e78de..ee34d85514bc822b26aef6fd5ba6bacdff11deb7 100644
(file)
--- a/
lisp/icomplete.el
+++ b/
lisp/icomplete.el
@@
-109,7
+109,7
@@
Otherwise this should be a list of the completion tables (e.g.,
(defface icomplete-selected-match '((t :inherit highlight))
"Face used by `icomplete-vertical-mode' for the selected candidate."
- :version "2
4.4
")
+ :version "2
8.1
")
(defface icomplete-section '((t :inherit shadow :slant italic))
"Face used by `icomplete-vertical-mode' for the section title.")